Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(py-sdk)!: clean up validators and bots #110

Merged
merged 12 commits into from
Sep 23, 2024

Conversation

fubuloubu
Copy link
Member

What I did

Drastically simplify the experience of writing ApePay bots, as well as improve how to work with validators as well

Lastly, did some reorganization of the module structure

How I did it

I wanted to make it easy to work with ApePay without requiring silveback to be installed, but also make it very easy to integrate with

How to verify it

check out bots/example.py and scripts/demo.py

Checklist

  • All changes are completed
  • New test cases have been added
  • Documentation has been updated

@fubuloubu fubuloubu changed the title refactor(py-sdk): clean up validators and bots refactor(py-sdk)!: clean up validators and bots Sep 20, 2024
bots/example.py Outdated
import os
from datetime import timedelta

from ape_ethereum import multicall
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not technically used yet, I had this in some of my other code for making claims I didn't publish yet

@fubuloubu fubuloubu mentioned this pull request Sep 21, 2024
3 tasks
@fubuloubu fubuloubu enabled auto-merge (squash) September 23, 2024 22:46
@fubuloubu fubuloubu merged commit 0e09989 into main Sep 23, 2024
8 checks passed
@fubuloubu fubuloubu deleted the refactor/py-sdk/validators branch September 23, 2024 22:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants